Get a Formula
{ getFormula }
Returns the formula object for a custom member or custom measure calculation.
Method
/API3/analytics/getFormula
- Enterprise Admin
- Domain Admin
- Pro
Input Parameters
Name
formulaId
Type
string
Description
Output Response
Successful Result Code
200
Response Type
Description of Response Type
The details of the Formula to add to the system.
Notes
The logic for the formula is returned as PQL or MDX script
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP